home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0399 / 38 < prev    next >
Internet Message Format  |  1994-08-27  |  767b

  1. From: error@stack.urc.tue.nl (Erlend Nagel)
  2. Subject: Re: Colour.
  3. Date: Tue, 31 May 1994 11:10:30 +0200 (MET DST)
  4. In-Reply-To: <Pine.3.87.9405310438.A20956-0100000@undergrad> from "Timothy Miller" at May 31, 94 04:09:38 am
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. Timothy wrote:
  9.  
  10. > You have to have code somewhere to get the cookie and assign a pointer.  
  11. > Where are you going to put that?
  12.  
  13. I just assumed that nowadays almost any program needs the cookiejar
  14. anyways. Most libraries have a void *getcookie(long cookie); call and if
  15. they do not, it is only ten lines of code or so to write one. One would
  16. write something like
  17. cms=(cmsStruct *)getcookie('CMS!');
  18. and access the functions with
  19. cms.setpalette(a,b,c,d);
  20.  
  21. Oh well, thats just implementation.
  22.  
  23. Erlend.
  24.  
  25.